Date: 09/21/00
- Next message: Max Derkachev: "Re: [phplib] $sess->mode='post' workaround"
- Previous message: Matthew Leingang: "[phplib] Quick upgrade alerts?"
- Next in thread: Milen A. Radev: "Re: [phplib] $sess->mode='post' workaround"
- Reply: Milen A. Radev: "Re: [phplib] $sess->mode='post' workaround"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Spruce Weber wrote:
> This is an interesting idea. I'm not positive, but I think you need to make
> sure your onClick event handler returns false so that the link that was
> clicked on is not followed.
While it is not so convenient to do such things with JavaScript (since it could be not supported or forbidden at client,
as much as cookies), I don't see any other ways to implement session id propagation other than cookies or post, which does
not put session crap in urls and a lot of mess in search engines. Then, I don't see any method to make a client to post
something when it intends to follow a link except for a javascript onClick event. Maybe another ways around?
Anyway, I've made a slightly hacked variant of session.inc which implements $sess->mode = 'post' workarounds and now
testing it. I attached it to the message, so you could look at it and use it.
Comments and improvements are welcome :).
-- Best regards, Max A. Derkachev mailto:kot <email protected> Symbol-Plus Publishing Ltd. phone: +7 (812) 265-0054, 265-1228, phone/fax: 567-8775 http://www.Books.Ru -- All Books of Russia--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Max Derkachev: "Re: [phplib] $sess->mode='post' workaround"
- Previous message: Matthew Leingang: "[phplib] Quick upgrade alerts?"
- Next in thread: Milen A. Radev: "Re: [phplib] $sess->mode='post' workaround"
- Reply: Milen A. Radev: "Re: [phplib] $sess->mode='post' workaround"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

