[Phplib-users] session4 breaks session-handling with url()
Brought to you by:
nhruby,
richardarcher
From: Jens B. <je...@je...> - 2001-10-12 16:39:34
|
Hi, for session4.inc or session4_custom.inc, is there a way to - force PHP to do an initial redirect to append the "Session=xxx" string also to the _first_ URL the user visits - force PHP to append the "Session=xxxxxx" string also to - form targets - HTTP headers (like 'Location: ...' - complete URLs on request (e.g. if I redirect to a different subdomain) The session4.inc handling breaks my session useage, which heavily uses this procedure: a) display form in page1.php, submit to self b) check values for validity in page1.php c) if OK, save values in session, and redirect to page2.php d) same with page2.php This apparently doesn't work with session4 because the Session-IDs aren't carried over during redirection and there is no initial redirect. I'd appreciate if someone could help me here ;) Thanks! -- Jens Benecke ········ http://www.hitchhikers.de/ - Europas Mitfahrzentrale Crypto regulations will only hinder criminals who obey the law. |