Cookieless . . . how to blitz user session SessionID?

L

Lauchlan M

Hi

I want to end a user session and get rid of the SessionID for the user
session (so that IIS or the browser will create a new one).

But it's read only:

<<
'System.Web.SessionState.HttpSessionState.SessionID' cannot be assigned
to -- it is read only
So I can't just assign "" or null to it.

Session.Abandon doesn't cut the mustard either . . .

So, how do I clear the sessionID to start a new user session?

Thanks!

Lauchlan M
 

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

Top