Basically,
username_aid1 retains username even when user is logged out.
Therefore the request line name field retains a previous value and is disabled.

Basically,
username_aid1 retains username even when user is logged out.
Therefore the request line name field retains a previous value and is disabled.
Last edited by HotelUser; 21-03-2011 at 11:46 PM.
do you use session_destroy(), session_unset() etc. that should clear all set data fields?
session_unregister("username_aid1");
The problem was not with the removal of the session id from the client but a lack of coordination with it and its counterpart id on our end.
Either way, this has been sorted and should now be working!
I'm not crazy, ask my toaster.
Want to hide these adverts? Register an account for free!