Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: arrays in session variables


Message #1 by jiwilliams@c... on Tue, 21 May 2002 19:16:22
Hi all,
 
I need the syntax for sending an array through a session variable. Thanks.
<%
session("Name") = William
%>

<%
name= session("Name")
%>

What about an array
Message #2 by "Drew, Ron" <RDrew@B...> on Tue, 21 May 2002 16:59:19 -0400
Send it as a string of values separated by commas and then use the split
command

-----Original Message-----
From: jiwilliams@c... [mailto:jiwilliams@c...]

Sent: Tuesday, May 21, 2002 3:16 PM
To: ASP Databases
Subject: [asp_databases] arrays in session variables


Hi all,

I need the syntax for sending an array through a session variable.
Thanks. <%
session("Name") =3D William
%>

<%
name=3D session("Name")
%>

What about an array

  Return to Index