No announcements
Found 3505478 threads
-
0 Votes
Using Session before AcquireRequestState
I think there are no principal differences between using Application collection or Cache.Unanswered | 4 Replies | 58 Views | Created by Anonymous - Sunday, March 2, 2008 1:14 PM | Last reply by Anonymous - Monday, March 3, 2008 1:10 AM -
0 Votes
Null session during AcquireRequestState
The difference between the code in the links and my approach is that when running under Windows authentication I am setting some information retrieved from a database into the ...Unanswered | 7 Replies | 262 Views | Created by Anonymous - Wednesday, November 7, 2007 9:28 AM | Last reply by Anonymous - Saturday, December 22, 2007 1:57 AM -
0 Votes
Session is null in AcquireRequestState event handler
Seems like the client request it generates happens too soon for sessions to be yet available.Answered | 4 Replies | 97 Views | Created by Anonymous - Friday, June 22, 2007 9:25 AM | Last reply by Anonymous - Wednesday, June 27, 2007 3:21 AM -
0 Votes
Use sessions with OpenLayers
Bing Maps Sessions can only be created using the official Bing Maps controls.Answered | 1 Replies | 1146 Views | Created by Rod Ball - Tuesday, January 21, 2014 6:42 PM | Last reply by Ricky_Brundritt - Wednesday, January 22, 2014 10:44 AM -
0 Votes
Slow AcquireRequestState
Because ASP.NET will lock Session until a request is complete.Unanswered | 2 Replies | 1570 Views | Created by Anonymous - Thursday, March 31, 2016 6:58 AM | Last reply by Anonymous - Thursday, March 31, 2016 7:27 AM -
3 Votes
Using Private Data Sessions
The only way you can use the form dataenvironment with a SQL back end in exactly the same way as with local tables is if you use Remote Views.Answered | 6 Replies | 5219 Views | Created by Pete Rohbe - Wednesday, August 20, 2008 12:02 PM | Last reply by Pete Rohbe - Friday, August 22, 2008 2:52 PM -
0 Votes
Using ASP.net session with WCF
Please take a look at the following documentation and let us know if you have further ...Answered | 1 Replies | 2744 Views | Created by samirkopal - Thursday, April 5, 2012 6:42 PM | Last reply by Michael Green - Thursday, April 5, 2012 8:04 PM -
0 Votes
Using Session as Parameter in rdlc
Normally i can achieve this Select ProjecName,ProjectDescription,MemberShipId from projects where ...Answered | 1 Replies | 1082 Views | Created by Noor Kakar - Tuesday, January 5, 2016 12:37 PM | Last reply by Visakh16 - Tuesday, January 5, 2016 1:21 PM -
0 Votes
Request lockup after PostMapRequestHandler and before AcquireRequestState
User229670690 posted You normally won't have multiple requests sharing the same session ID, unless perhaps you're using HTML Frames.Answered | 8 Replies | 635 Views | Created by Anonymous - Monday, December 17, 2007 12:27 PM | Last reply by Anonymous - Wednesday, January 9, 2008 10:01 PM -
0 Votes
how can my vusers use the same session?
Hi, The 1st suggestion will let u run this but in different sessions, 1.Answered | 4 Replies | 2359 Views | Created by landabdc - Monday, January 9, 2012 7:24 PM | Last reply by Vicky Song - Friday, January 13, 2012 12:02 PM -
0 Votes
Cannot persist workflow when using Session Object
Great its working, thank you very much, i create an Extension with a Session property, add a instance of the Extension to my WorkflowApplication and use the Extension to get the ...Answered | 2 Replies | 4787 Views | Created by Pratik Bhavsar - Wednesday, July 7, 2010 11:30 AM | Last reply by Pratik Bhavsar - Thursday, July 8, 2010 9:32 AM -
0 Votes
Use of Session states in SharePoint 2010
There is a very specific drawback to using session state in SharePoint 2010.Answered | 1 Replies | 3848 Views | Created by Athar Raza Faridi - Thursday, May 17, 2012 6:38 AM | Last reply by Margriet Bruggeman - Thursday, May 17, 2012 8:50 AM -
0 Votes
Code in global.asax - AcquireRequestState screwing up ajax control
Here's the scoop: AcquireRequestState (as well as many of the other events) have access to the session object.Answered | 3 Replies | 61 Views | Created by Anonymous - Wednesday, December 12, 2007 6:55 PM | Last reply by Anonymous - Thursday, December 13, 2007 3:14 PM -
0 Votes
Using Dynamic Web Templates with PHP Sessions
I did not intend to slight her in any way, I've just never been on this forum before and didn't know I had the authority to mark something as the correct answer.Answered | 4 Replies | 921 Views | Created by Catia22 - Thursday, March 17, 2016 10:20 PM | Last reply by Catia22 - Saturday, March 19, 2016 12:22 AM -
0 Votes
how to use WsHttpBinding with session in HTTPs
hi in my WsHttpBinding, i need Https connection with session. but i could not find the answer. i only found how to use WsHttpBinding with session in ...Answered | 1 Replies | 1413 Views | Created by xzzheng - Thursday, September 13, 2012 7:19 AM | Last reply by - Thursday, September 13, 2012 7:26 AM -
0 Votes
How To Use Session in Windows Application
Sessions are not required in Windows application.Answered | 1 Replies | 16331 Views | Created by smanjula - Monday, May 7, 2012 10:14 AM | Last reply by Khanna Gaurav - Monday, May 7, 2012 6:36 PM -
0 Votes
How to handle a inproc session state used in .net session management on azure?
Hi, InProc session state it's not a good approach as you can see here ...Answered | 1 Replies | 5182 Views | Created by Amit Hiremath - Wednesday, January 18, 2012 10:23 AM | Last reply by Vitor Faria Tomaz - Wednesday, January 18, 2012 11:48 AM -
0 Votes
Find Sessions Using Implicit Transactions
Is there a way to find out if sessions are using Implicit transactions (SET IMPLICIT_TRANSACTIONS ON)?Answered | 2 Replies | 1090 Views | Created by MTHumphrey - Thursday, November 20, 2014 12:24 AM | Last reply by Satheesh Variath - Thursday, November 20, 2014 4:12 AM -
0 Votes
Transaction context in use by another session.
Hi, You may use transactional replication becasue you push data from another instead of trigger .Answered | 3 Replies | 13882 Views | Created by Vishnu Dalwadi - Wednesday, November 28, 2012 5:30 AM | Last reply by Ahsan Kabir - Wednesday, November 28, 2012 9:16 AM -
0 Votes
Get ID before commit
Sure - just use the TransactionScope class: http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspxThis posting is provided "AS IS" with ...Answered | 1 Replies | 4751 Views | Created by Glass2000 - Tuesday, September 15, 2009 7:46 PM | Last reply by Noam Ben-Ami - MSFT1 - Tuesday, September 15, 2009 9:11 PM - Items 1 to 20 of 3505478 Next ›
No announcements