lamantengo-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lamantengo-dev] LaMantengo Sessions


From: UnWebmaster
Subject: Re: [Lamantengo-dev] LaMantengo Sessions
Date: Thu, 30 Dec 2010 09:31:41 -0300

Hi there!

Well, as I think I said like five thousands times :P, my previous code isn't enough to cover "make it work", so don't think about "make it right"...

I tried to imitate phpBB's session control, but I don't think I achieved that. My idea was to use cookies whenever possible, and, if not, use URL parameters...

I have no idea about that $_SESSION you mention, so I can't tell you anything, but if it's a possibility, I can't see why not...


If you didn't notice, site tries not to use client-side technologies like JS or cookies... That's not just because I don't know how to use them, but because I'd like the site to be fully functional without this things (as a NoScript user, I don't like to enable cookies nor JS to sites, unless there's a good reason for doing that and it's a reliable site, so I'd like not to force LaMantengo users to enable them)

I know that we shall use some of these, but, well, it would be really nice if we could provide alternatives...


Next week I think I'll be pushing updates to the translation task...


See ya!

On Thu, Dec 30, 2010 at 8:10 AM, Tom Kaczocha <address@hidden> wrote:
Hi, Desert!

I've started on OOing the project. And need to know your preferences in regards to session control.

You pass the session id in the url, is there a reason that you do that?

I know that guarantees that they'll always be available to the page, but would you consider having a session object that uses the $_SESSION global for session control?

Using the $_SESSION global would require the user to have cookies enabled, can we make that a requirement?

I propose to create a Session object that will do all session control.

Let me know what you think.

If anyone else has any ideas about session control, I'd be interested in hearing from you.

--
Happy Hacking,


Tom Kaczocha
Project Admin/Developer
LaMantengo
https://savannah.nongnu.org/projects/lamantengo/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]