roxen.lists.roxen.general

Subject Author Date
id->client_var Marc Dirix <marc[at]electronics-design[dot]nl> 14-10-2006
Hi

I have a module which tries to use the client scope, to check the  
authenticated user.
If I access it from the main-page, I get as expected the  
authenticated user.

=> write("%s\n",id->client_var->authenticated);
=> test

however if I use a hyperlink (i.e. <a href="/test.rxml" >)

=> write("%s\n",id->client_var->authenticated);
=> RXML.Value

Is this normal behaviour? How do I get retrieve the authenticated user?
Both page are actually the *same* file in the filesystem, so there is  
no difference in authentication.

Marc