Hi!
I have developed a web application which is using localization files.
Once the user selects a different language then the original one the
session variables are lost after 7 seconds. Otherwise the session
variables are kept for 20 min as set in the web.config file. The
structure of my files are like the following
-Site(html files)
--Authenticated(a sp.net application)
-SiteDifferentLa nguage(html files)
Once the user selects a different language, the main page is using the
files in the SiteDifferentLa nguage directory as the root but the same
authenticated files.
I need help with this since the asp.net process seems to recycle way
too early.
/erik
I have developed a web application which is using localization files.
Once the user selects a different language then the original one the
session variables are lost after 7 seconds. Otherwise the session
variables are kept for 20 min as set in the web.config file. The
structure of my files are like the following
-Site(html files)
--Authenticated(a sp.net application)
-SiteDifferentLa nguage(html files)
Once the user selects a different language, the main page is using the
files in the SiteDifferentLa nguage directory as the root but the same
authenticated files.
I need help with this since the asp.net process seems to recycle way
too early.
/erik
Comment