Click here to Skip to main content
15,889,429 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
    please suggest me how I can verify the session  expired in this case..
--------------------------

C#
<authentication mode="Forms">
			<forms loginUrl="Loginpage.aspx" slidingExpiration="true" timeout="2" defaultUrl="Error.aspx"></forms>
		</authentication>
		<authorization>
		</authorization>
		<sessionState timeout="1" mode="SQLServer" sqlConnectionString="Data Source=CUB-33;Integrated Security=True"></sessionState>
Posted
Updated 18-Aug-15 1:49am
Comments
F-ES Sitecore 18-Aug-15 8:02am    
Session has nothing to do with authentication, you're going to have to explain your question a bit better.

1 solution

Hello ,
Same question is asked : Here .
Thanks
 
Share this answer
 

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