The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

RE: Another Web xpl question


  • Subject: RE: Another Web xpl question
  • From: Tony T
  • Date: Sun, 09 Feb 2003 10:11:00 +0000

> You can also use a session variable for example:
>
> <%
> Session("mysessionvar") = currentValue
> %>
>
> This is read as :
>
> <%
> currentValue = session("mysessionvar")
> %>
>
> These do not get passed through a URL, they are just
> available to any ASP page. However, by default they time out
> after about 15 minutes, so may not be suitable if you want to
> hold something long term. You can also create application
> variables in the same way that are available to all clients,
> though again they will time out.
>

Thanks for the info, Graham.

Many thanks
Tony







xPL Main Index | xPL Thread Index | xPL Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.