Hallo,

wie kann ich eine Session die abgelaufen ist abfangen? Ich m�chte den User
dann auf eine Seite umleiten und ihn darauf hinweisen dass seine Session
aabgelaufen ist.

Mit
If Session.Timeout  Then
    response.redirec("....")
End If

geht das nicht, da werde ich immer auf meine Wunschseite umgeleitet.


Meine config sieht so aus:

<configuration>
<appSettings>
   <add key="ConnKunde" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\..." />
 </appSettings>

  <system.web>
        <compilation debug="true"/>
  <customErrors mode="Off"/>
  <sessionState mode="InProc" cookieless="true" timeout="30" />

    </system.web>
 </configuration>


Any ideas?

Gr�sse
Pat

_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an