renew the sessionID

  • Thread starter Thread starter TheDude5B
  • Start date Start date
T

TheDude5B

Hi,

I was wondering if it is possible to manually renew the sessionID?

I have had a look around and not found anything about renewing it
automatically.

I was wanting to do this just to cover my back when using the sessionID
in a table and dont want it duplicated. so once the data is entered
into the table, i want to be able to then renew the sessionID for the
next person.

Thanks...
 
You can't renew a session id for another person. Session id are unique per
session. Each request effectively renews the timeout period so as long as
there is access, there shouldn't be time outs.

--
Warm Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
 
Back
Top