woody79 Posted May 13, 2007 Share Posted May 13, 2007 I have a proxy server with basic authentication(a login like .htaccess & .htpasswd files) when the user logs the session is stored in the browser. I need a way of accessing that session. Anyone know how? Link to comment https://forums.phpfreaks.com/topic/51171-php-browser-session/ Share on other sites More sharing options...
marmite Posted May 13, 2007 Share Posted May 13, 2007 What do you mean, access the session? Do you mean use the PHP session variables, $_SESSION['store-it-here'] ? Link to comment https://forums.phpfreaks.com/topic/51171-php-browser-session/#findComment-252250 Share on other sites More sharing options...
woody79 Posted May 14, 2007 Author Share Posted May 14, 2007 No when you login via the proxy the internet browser would store the session and i need to access that Link to comment https://forums.phpfreaks.com/topic/51171-php-browser-session/#findComment-252575 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.