configure apache with modrewrite and configure it
to rewrite a request URL like

http://domain/DUMMY/1234109809--cookiedata---123412341234/file

to localfile url

/home/apache/triggeredpath/file


or use one php-file for your total website (maybe modular with includes),
then you can build URLS like

file.php/cookiedata/balbladf?param=adfa

the /cookiedata.. part will be stored in $PATH_INFO and $param will be set t
adfa (just as you know it) (note:things may defer if your using php as cgi)



-----Ursprüngliche Nachricht-----
Von: Hoover, Josh [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 23. Februar 2001 15:00
An: 'Pankaj Ahuja'; php-db list
Betreff: RE: [PHP-DB] Re: sessions


Configure PHP with this line included --enable-trans-sid  This will
automatically put the session ID after every URL if the user does not have
cookies enabled.

Josh Hoover
KnowledgeStorm, Inc.

Searching for a new IT solution for your company? Need to improve your
product marketing?
Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
the process for you.
KnowledgeStorm - Your IT Search Starts Here


> This could be because cookies have been disabled..... Can I
> find a way such
> that my code works even if cookies have been disabled ??



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to