Apr 3, 2003 #1 WandaLL Programmer Jun 20, 2002 5 US Is it possible to use a session variable in a text file? If so, how? Thanks...
Apr 4, 2003 #2 BDC2 Programmer Mar 14, 2002 435 GB A session variable is in memory. If you want to use text files, you could use cookies. You could always write you session object to a text file if you want using the filesystemobject. Hope this helps, BDC. Upvote 0 Downvote
A session variable is in memory. If you want to use text files, you could use cookies. You could always write you session object to a text file if you want using the filesystemobject. Hope this helps, BDC.
Apr 4, 2003 Thread starter #3 WandaLL Programmer Jun 20, 2002 5 US Cookies would not be the way to go in this case and I'm not familiar with the filesystemobject but I'll look into it. Thanks so much for your help... Upvote 0 Downvote
Cookies would not be the way to go in this case and I'm not familiar with the filesystemobject but I'll look into it. Thanks so much for your help...