Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Cookieless Session Link, Cause of Session State Problem?

Reply
Thread Tools

Cookieless Session Link, Cause of Session State Problem?

 
 
fizbang@gmail.com
Guest
Posts: n/a
 
      01-19-2006
We had a problem where people were getting each other's session
variables. I'd set session("id")=502 for user A and then when user B
would log on, set their's to session("id")=503. Each time the user
would click, the session variables would get swapped. I know this is
impossible. The fix was to copy everything to a new directory and
create a new application pool on the web server. We still don't know
what precisely went wrong.

My co-worker found a link we had pointing to the ap is something like

https://www.test.edu/test/(cry5bg45l...55)/test1.aspx

Notice that it already has a cookieless session state variable in it.
So this was on a webpage that we had no control over in a link like <a
href="https://www.test.edu/test/(cry5bg45likr14q4rmrvwv55)/test1.aspx">ap</a>.
Not even on our site.

Could this be the cause of everyone getting the same session? And so
the variables were swapped?

 
Reply With Quote
 
 
 
 
fizbang@gmail.com
Guest
Posts: n/a
 
      01-19-2006
the key in

https://www.test.edu/test/(cry5bg45l...55)/test1.aspx

Would long since have expired right?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sessionState cookieless and forms cookieless ravisingh11@gmail.com ASP .Net 2 05-09-2006 11:26 PM
Ad-hoc cookieless session state management =?Utf-8?B?QmVuIEZpZGdl?= ASP .Net 0 01-17-2006 10:36 AM
cookieless session state and image caching Jake ASP .Net 4 05-17-2005 12:23 PM
Images and Cookieless Session State =?Utf-8?B?TmVpbA==?= ASP .Net 2 06-10-2004 12:37 PM
cookieless session state problem alex ASP .Net 2 04-12-2004 01:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57