I don't think you can just create a new session (meaning a second session).
You could probably use the HttpSessionState.Abandon method to end the
session, then a new session will be started when the next request is made.
I am saving variables like Datatable in my session object for some page's.
When user open's one page a datatable with unique name is saved to session object.
Now , user can not open this page again in the current session .
Therefore i want to create a new session automatically for this user,
so he will be able to open a second instance of the request page.
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.