Re[2]: [Phplib-users] new Session4 changes | more
Brought to you by:
nhruby,
richardarcher
From: Maxim D. <max...@bo...> - 2002-12-02 12:10:20
|
Hello Giancarlo, Monday, December 02, 2002, 2:34:00 PM, you wrote: G> What is really good in php4 session is the URL rewriting ;-) G> that is something I would like to have built in, but I am not sure one G> can wedge PHPLIB's propagation code (so a custom session_start ?), use a G> custom_savehandler for storage (is it possible without a session_start G> ?), and still use the PHP4 url_rewrite feature. No. It is not possible without the session_start - it triggers all the actions performed for URL rewriting, running the custom savehandler and more. What we do is just making that custom extended session_start in Session::start :)) -- Best regards, Maxim Derkachev mailto:max...@bo... IT manager, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru |