On Fri, Sep 10, 2004 at 03:25:06AM +0000, Mark Stosberg wrote:
> Let's task an example:
> 
> /cgi-bin/instance.cgi/edit_form?breed_id=2
> 
> That's pretty typical looking for one of my apps. I'm splitting on "/".
> Heck, I think it has to start with a "/", otherwise it wouldn't be
> "PATH_INFO", it would just be some junk.

That's what I figured. You chose an interesting example. Will CGI.pm
return the breed_id => 2 in the query params?


> Passing a session_id  around manually is a real PITA. If it doesn't go through
> every link and every form, you have a "leak" and lose the session. 

Yeah, I've discovered the same issue and use cookies as well. So far,
I've had no complaints, but I'm sure someday that will come up.


William

-- 
Knowmad Services Inc.
http://www.knowmad.com

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to