Click to See Complete Forum and Search --> : Asp Session


RAHULASHER
July 8th, 2003, 02:31 AM
In my intranet asp project I am able to create session on the server m/c but the same is not get created on some client m/c. Are there any browser settings that are required to be done on client end.
Please help...

newvisva
July 8th, 2003, 08:55 AM
Possible 1.
I had a similar prob once... but it was from my code.
Session has expiry time (default I think is 15 min) which is set at the IIS. U can also do it programatically.

Right after the session expired, my code re-created a new session.

Possible 2.
The users in that client machine would have bookmarked ur page and then close the browser. Later the user opens the browser and a new session is created.

coolbiz
July 9th, 2003, 01:17 PM
What do you mean by creating SESSION on the client end?

-Cool Bizs