Ask a Question related to ASP.NET General, Design and Development.
-
George Ter-Saakov #1
Is it possible to get 2 simultaneous request for one session in .NET?
Is it possible to get 2 simultaneous request for one session in .NET?
Or Session object is automatically holds second request until first one is
not processed?
Thanks.
George.
George Ter-Saakov Guest
-
Http Request and Session Object Access
I'am using Remote Objects to call my Java class methods on server. For maintaining user information I need Http Session object. So I tried using... -
[PHP] New Session Ids generated with each page request
My problem is that I get a new Session Id with every request I send to the server. For that reason I am unable to share variables between pages using... -
Is Session maintained if browser only request a graphic?
Let's say I have a Session timeout of 20 minutes. If the browser periodically request a graphic file, will that keep its Session alive? What... -
BUG: ASP.NET Returns a New Session ID For Each Request
This does not happen frequently, but does happen in rare unkown cases. For example, at the time I'm writing this post, I'm having this problem... -
Simultanious request for the same session?
Is it possible to get 2 simultaneous request for one session in .NET? Or Session object is automatically holds second request until first one is...



Reply With Quote

