Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: CGI session variables like in PHP

From: tim:johnsons-web at: 7-Oct-2003 13:05

* Carlos Lorenz <[carlos--lorenz--bol--com--br]> [031007 12:17]:
> Hello list, > > I'm just thinking about wich is the best way to handle > persistent words between HTML pages such as PHP does > with its session variables. > > Any thoughts?
Hi Carlos: I use the following myself: 1)Store as input/type "hidden" 2)Pass info via path-info 3)store system/options/cgi/query-string Also, using mysql and a table just for handling sessions, with session ID and system/options/query string note==>> for the last, it is helpful to make sure that the stored query string is itself 'escaped' via sql protocols tim
> TIA > > Carlos > > -- > To unsubscribe from this list, just send an email to > [rebol-request--rebol--com] with unsubscribe as the subject.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com