[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: Another Web xpl question
- Subject: RE: Another Web xpl question
- From: Graham Howe
- Date: Sun, 09 Feb 2003 10:05: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.
Regards
Graham
-----Original Message-----
From: Tony T [mailto:<a
href="/group/ukha_xpl/post?postID=RtfXO9XyDTdt1i0WNXheeShbm46z_WKekPz5UfK04georwQeSZAh6-gqhyafO-Pt3iWN7nyhdvVCbQ">tony@x...</a>]
Sent: 09 February 2003 07:44
To: <a
href="/group/ukha_xpl/post?postID=AWp-t3cvt-EqpvPoxUD_Hh-zSESNQ6jFFXQvbJ3cKUPJT5nbS48SKu_umFMhgb9Y3kQPHjaw_XuEbXKlY5kk9w">ukha_xpl@xxxxxxx</a>
Subject: [ukha_xpl] Another Web xpl question
Hi all,
Being new to asp etc, I was wondering if anyone could explain how to do
the following, please?
How do I create a global variable for the session that I can hold the
currently addressed rio instance in?
Also, how do I pass that variable in a url?
Many thanks
Tony
To unsubscribe from this group, send an email to:
<a
href="/group/ukha_xpl/post?postID=ZOfK2k2k7yzJsAPPRsaV3ypY_69F3tIhv-1F-09xOmYgqlZD_tIibGedMi8uvEmMor1jaSARZiVFrzGFnnVDosNgu0n-RJbLDuYz">ukha_xpl-unsubscribe@xxxxxxx</a>
Your use of Yahoo! Groups is subject to
<a href="http://docs.yahoo.com/info/terms/">http://docs.yahoo.com/info/terms/</a>
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|