[Phplib-users] passing variables into 'authenticated area'
Brought to you by:
nhruby,
richardarcher
|
From: Joost <jo...@jo...> - 2002-05-29 08:03:27
|
Hi, I can't figure out how to pass variables into a session-with-authentication/perms page. This is the case: I've got a 404 error document, which simplifies searching. (Just type www.mydomain.nl/some_query) Some folks are (already)authenticated, some are not. The 404 script *includes* my search script. The results of the query depend on perms, so this script needs authentication. When some user is not yet logged in, the login form is presented. After logging in the variables are lost, and no search is executed. (It all works fine when a user was already logged in.) I know a refresh (with the variables in the url) works, but, besides I think that's kinda ugly :o), I don't want to invite users trying adding/changing variables in the url. Also, I prefer not using cookies. Best regards, Joost Do I know what rhetorical means? --Homer Simpson |