|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
As far as I know apached stores session ID's somewhere in the text file when you authecate using .htaccess,
I can't figure out the location of this file. Any help would be great, I'm using Linux RedHat, If I'am totaly off can you please give me a good link or explanation of exactly how apache keeps track of user after user/password promt has been given Last edited by tiger_1234 : February 5th, 2002 at 04:28 AM. |
|
#2
|
|||
|
|||
|
>> If I'am totaly off
Yes. Because it's a client-side issue - your browser. When you log in sucessfully, your browser will cache your user+pass so you are not required to provide the same info again during the same browser session until you actually close your browser. >> how apache keeps track of user after user/password In Apache standpoint, it sees your browser sending your user+pass (from cache) again and again from page to page. From your standpoint (the user of the browser) probably didn't aware your browser is doing such thing. |
|
#3
|
||||
|
||||
|
This sounds like what I though was happening only i though tha apache kept the user session number on the server side. But make sence,
Thanks |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Apache session file for .htaccess |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|