|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: cookies problem |
From: |
Pete |
Date: |
2/18/1999 10:28:43 AM |
IP: |
193.133.140.50 |
Rather then storing the value as a cookie use a Session Object instead. eg.
Session("WhatEver") = "This is a test"
Session("Another") = 4
Dim Tester(3)
Tester(0) = "Hi"
Tester(1) = "There"
Tester(2) = "Just"
Tester(3) = "Testing"
Session("ArrayTest") = Tester
Pete |
Previous Message
Follow Up - Re: cookies problem - Dave Harney 2/23/1999 9:55:02 PM
|
|
|
|
|
|
|
|
|
|
|
|