in reply to mod_perl and multiuser global variables
our $status = hiGuiStatus->new(); our $userid = $status->get_ldap_user_name();get set by one user (the user that first generates the page), and then when the next user looks at the page they will see the info for the first user. Then since there are several servers (instanses of httpd) running it seems to switch from user to user as you reload the page.
To fix this set $userid in the handler.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mod_perl and multiuser global variables
by wazzuteke (Hermit) on Dec 05, 2005 at 15:33 UTC | |
|
Re^2: mod_perl and multiuser global variables
by ikegami (Patriarch) on Dec 05, 2005 at 15:21 UTC | |
by rsennat (Beadle) on Dec 05, 2005 at 15:35 UTC | |
|
Re^2: mod_perl and multiuser global variables
by rsennat (Beadle) on Dec 05, 2005 at 14:35 UTC |