IHYPRESS.NET > ASP
HOME
|
ASP
|
C
|
HTML/CSS
|
JAVASCRIPT
|
MATLAB
|
PERL
|
PHP
|
PYTHON
|
RUBY
ASP
> Program #06 [Sessions]
CODE
RESULT
<
<% session("TimeVisited") = time() response.write("You visited this site at: " & session("TimeVisited") & "
") id = Session.SessionID Session.Timeout = 240 response.write ("Session ID = " & id) %>
>
COPYRIGHT © 2018 IHYPRESS.NET. A DIVISION OF IHY PRESS, KIRKLAND, WA 98083 USA. ALL RIGHTS RESERVED.