Click here to Skip to main content
15,887,860 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i am loging from from my web site,when i open a new tab and open same website the previous website tab gone to session out if anyone have any solution about this probleam please share with me.
Posted

1 solution

try this







XML
<appSettings>
        <add key="aspnet:MaxHttpCollectionKeys" value="2000000"/>
        <add key="ChartImageHandler" value="storage=file;timeout=50;"/>


  </appSettings>
 
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