Date: 11/08/99
- Next message: Sascha Schumann: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Previous message: Adam N. Thompson, MCNE, MCSE: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Maybe in reply to: Kristian Koehntopp: "[PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Next in thread: Sascha Schumann: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Reply: Sascha Schumann: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On Sat, Nov 06, 1999 at 05:35:34PM -0600, Adam N. Thompson, MCNE wrote:
> > If we're talking about incompatible changes anyway, perhaps we should
> > rip out the support for multiple encoding modes? I don't see this as a
> > feature, except to support backward compatibility
>
> Sometimes it is nice to be able to read the contents of
> active_sessions without the need to decode it, especially when
> debugging. But you are right, apart from that I cannot see how
> multiple encoding modes are usefu
Hi guys,
I've came back from a long mental absence from php, phplib and the rest,
and found that the new 7.2 has finally split start() in session.inc into
several sub functions. Great!
I proposed this change to make it more easy to control properties deep
down into extended classes (eg the encoding method) by overriding only a
part of session.inc. And in fact, as it is now, you can set
$this->that->encode_method="slashes" ;
outside of ct_XXX, in session.inc/set-container(or your extension of it)
I think it's useful to keep unencoded data especially if you (will) want
to have the capability to adopt another serialization_method (read XML),
in which case base64 stuff is a bit a nonsense.
I know XML and sharing session data sounds futuristic, but I expect it
to be more and more an issue
It's great that the release-token stuff (headers, cookies etc) is also a
relatively small subfunction now. I saw that now banners load their
piece of Javascript which releases you a cookie from within the page
(not as an header, something which only Javascript can do), and was
thinking of using phplib for managing these sort of client-side cookies
somehow in a banner application. I'll think about it
Ciao
Gian
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.
- Next message: Sascha Schumann: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Previous message: Adam N. Thompson, MCNE, MCSE: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Maybe in reply to: Kristian Koehntopp: "[PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Next in thread: Sascha Schumann: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Reply: Sascha Schumann: "Re: [PHPLIB-DEV] Incompatible change to active_sessions and auth_user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

