Opened 7 years ago
Last modified 7 years ago
#304 new enhancement
Add "logoff" or "log off" to Xcache Main Window
Reported by: | bschonec | Owned by: | moo |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | cacher | Version: | 3.0.0 |
Keywords: | Cc: | ||
Application: | PHP Version: | ||
Other Exts: | SAPI: | Irrelevant | |
Probability: | Blocked By: | ||
Blocking: |
Description
It would be nice to be able to log out cleanly so that other users of the same computer couldn't just browse to Xcache and get logged in.
Change History (3)
comment:1 Changed 7 years ago by moo
comment:2 Changed 7 years ago by bschonec
I'm no coder, but I found this:
http://wiki.answers.com/Q/How_do_you_write_login_and_logout_code_in_php
comment:3 Changed 7 years ago by moo
XCache, the XCache extension not the XCache htdocs web page, uses http auth instead of cookie based form submit login
Note: See
TracTickets for help on using
tickets.
http auth login will be alive for current browser session (until browser process is closed)
i have no idea how to do http auth logout. can you provide a patch?