Your worries about compatibility can be solved using
different solutions to the same problem. If you don't
want cookies, then just use something like
Apache::SessionManager, which can handle sessions
inside URIs.
Of course, this doesn't resolve privacy issues, as you
can imagine, because it is still possible to track a user
even without cookies. On the other hand, it would be quite
impossible to put something in a basket on Amazon or build
something like PMonks, without something holding a state.
So there is no escape, except honesty.
BTW, it is possible to expire AuthBasic accounts.
Using cookies, just send an empty cookie (delete it) and the
user will not enter your site without re-authentication. Under
AuthBasic, just disable an account inside your htpasswd file.
But you will need some more glue :-))
Ciao, Valerio
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|