> instead of using session variables?
No, I've never seen any performance issues with using session variables,
generally. In fact, I would expect that they'd perform better than cookies,
since those cookies would then have to be part of every HTTP request made by
the browser, which would increase the amount of throughput required for the
application.
> Is it worth the hassle?
What hassle?
> Are session variables really that much of a server hog?
This will depend on how much memory you have available. Sessions can use
lots of memory, but that's what memory is for.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

