Hello Peter .
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.
Thank's
Nir