Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.71/5 (3 votes)
See more:
SQL
How to create or generate new session id if the session id already exist in application?
To where I have to implement method in mvc4 to regenerate new session id?
Posted
Comments
F-ES Sitecore 3-Sep-15 7:09am    
Google "asp.net generate new session id" and you'll find the required code.

1 solution

 
Share this answer
 
Comments
F-ES Sitecore 3-Sep-15 10:29am    
You'll find that actually recycles the session id, you don't get a new one :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900