Today, Greg Cope <[EMAIL PROTECTED]> frothed and...:
> I posted about a generic URL mangeler / cookie session handler a few
> days ago.
> 
> Allthough this is not rocket science - I've writen a URI transhandler
> that will put the session id into pnotes, and if cookies are off will do
> a redirect to itself with a munged URL
> (www.foo.com/id_here/original_bit_here).  A quick uri rewrite and bob's
> one of your parents sister.   The only major issue is that I cannot

Two separate issues, two separate replies :)

If you do this, build it into Apache::Session!  Leverage the existing
storage mechanisms built in there already (file, DBI, etc).  My only
other feature requests for this:

1) include a %no_url_munging hash with user agents for known
indexing spider storage.  You don't want inktomi or altavista returing
munged URL's in search results!

2) Have it configurable so that the url munger session pnote'ing can be
turned off or on.

I think without these features, url munging session mgt is pretty
worthless.

--
Salon Internet                          http://www.salon.com/
  Manager, Software and Systems "Livin' La Vida Unix!"
Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326 

Reply via email to