
Richard Munroe - 2008-02-21 22:17:04 -
In reply to message 1 from Kim Gokce
Piece of cake. When you use the setAuthorizedInSession/setNotAuthorizedInSesson, just specify a query string, e.g.:
setAuthorizedInSession('example.php?authorized=1', true) ;
or
setAuthorizedInSession('example.php?authorized=0', true) ;
as necessary for your code to do the right thing.
Best,
Dick Munroe