Mailing lists

M

Muhammed Soyer

Hi,
I wonder whether any good mailing lists for C# and dotnet
technologies exist or not.
Do you follow any mailing lists for dotnet ?

Thanks
 
G

Guest

Hi,
I had created a web application where Session expiry was set to 2,000
minutes in IIS. in web config i had given like this
<sessionState timeout="2,000" mode="InProc"></sessionState> but MY web
application was left logged in at 18:00 15th Oct, but on the following day
08:30 16th Oct, the session expired as soon as MY web application was used.
It was also noted that during the day, MY web application occasionally got
session expiry when it was constantly being used.Does the session expiry need
to be set up anywhere else? There are no Error logs created.
Will you please help me to resolve this issue. i expect your reply soon .

With Thanks
Fijo Francis T
 
G

Guest

Hi,
I had created a web application where Session expiry was set to 2,000
minutes in IIS. in web config i had given like this
<sessionState timeout="2,000" mode="InProc"></sessionState> but MY web
application was left logged in at 18:00 15th Oct, but on the following day
08:30 16th Oct, the session expired as soon as MY web application was used.
It was also noted that during the day, MY web application occasionally got
session expiry when it was constantly being used.Does the session expiry need
to be set up anywhere else? There are no Error logs created.
Will you please help me to resolve this issue. i expect your reply soon .

i hope a mail copy to (e-mail address removed)


With Thanks
Fijo Francis T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top