Session variable question

S

sweetpotatop

Hi,

I have an aspnet applicaiton which uses session variable. But I don't
think I use it correctly.

On page_load, the current session is given an ID, e.g. session("CurID")
= 1234

When the same user opens up the same application on the same machine,
that particular session will be given another ID e.g. session("CurID")
= 5678

when user jumps back to the orginial browser, looks like it only
recognizes the llast given session ID (i.e. 5678 in this case), is
there way to get around it or did I do something wrong?

Thanks in advance. Your advice would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,268
Latest member
AshliMacin

Latest Threads

Top