|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2003
/
2003-09
/
GroupDirectives: Session: URL /and/ COOKIE?
[
Pound on OS-X / Roland <list-pound(at)openrbl.o... ]
[
Location rewriting (was: Re: Release) / Roland ... ]
GroupDirectives: Session: URL /and/ COOKIE?
"Stefan Krumbiegel (Galileo Computing)" <stefan.krumbiegel(at)galileo-press.de> |
2003-09-23 19:11:37 |
[ FULL ]
|
hi all,
we are new to pound. our problem is that we woud need the possibility to use
URL /and/ COOKIE in the same time in one GroupDirective.
are there plans to realize that feature? or any hints how to realize that?
thanks, regards
stefan
***************************************************
Stefan Krumbiegel · Kommunikation Galileo Computing
Galileo Press GmbH · Gartenstraße 24 · 53229 Bonn
Tel. 0228.42150.35 · Fax 0228.42150.77
stefan.krumbiegel(at)galileo-press.de
Galileo Computing
- Fachbuecher zur Programmierung und Softwareentwicklung
http://www.galileocomputing.de/
***************************************************
|
|
|
Re: GroupDirectives: Session: URL /and/ COOKIE?
Robert Segall <roseg(at)apsis.ch> |
2003-09-24 14:31:13 |
[ FULL ]
|
On Tuesday 23 September 2003 19:11, Stefan Krumbiegel (Galileo Computing)
wrote:[...]
Are you quite sure that both are used at the same time? In other words, your
session key is some concatenation of the cookie value and some URL parameter?
I find it rather hard to believe - the application complexity would be
staggering, and unnecessary. I suggest you check again.
If your application uses a cookie or (exclusive) an URL parameter to track
sessions then Pound already offers full support for session tracking.[...]
|
|
|
Re: GroupDirectives: Session: URL /and/ COOKIE?
"Stefan Krumbiegel (Galileo Computing)" <stefan.krumbiegel(at)galileo-press.de> |
2003-09-24 15:12:45 |
[ FULL ]
|
> On Tuesday 23 September 2003 19:11, Stefan Krumbiegel (Galileo[...]
No, it's not a concatenation: We have to use one login for 4 different domains
and to share login information between these domains in one (user)session
and to keep track of that session (which means for us to bind it on one single
server). For that purpose we use an URL parameter everytime the user jumps
between our domains no matter if he had a cookie or an url session before.
So the session information for cookie-users changes from cookie to url, back
to cookie and so on.
For that reason we would need a pound that could recognize a session no
matter if it is in a cookie or an url in the same GroupDirective.
Ok, I admit, it's weird and it would be much easier to use only one domain,
but that is not possible for us...
thanks
stefan
[...]
***************************************************
Stefan Krumbiegel · Kommunikation Galileo Computing
Galileo Press GmbH · Gartenstraße 24 · 53229 Bonn
Tel. 0228.42150.35 · Fax 0228.42150.77
stefan.krumbiegel(at)galileo-press.de
Galileo Computing
- Fachbuecher zur Programmierung und Softwareentwicklung
http://www.galileocomputing.de/
***************************************************
|
|
|
Re: GroupDirectives: Session: URL /and/ COOKIE?
Robert Segall <roseg(at)apsis.ch> |
2003-09-24 16:39:52 |
[ FULL ]
|
On Wednesday 24 September 2003 15:12, Stefan Krumbiegel (Galileo Computing)
wrote:[...]
I must admit I find this mechanism weird - but it's your application. I would
still suggest you reconsider the question before looking for answers...
Additionally: if this is about identifying users, then Pound-current supports
BasicAuthentication in addition to the other session types. That means that
once a user is logged-in (via the user name/password dialog), Pound can track
a session based on the user credentials, regardless of URL parameter or
cookie.
Hope this helps a bit.[...]
|
|
|
Re: GroupDirectives: Session: URL /and/ COOKIE?
"Stefan Krumbiegel (Galileo Computing)" <stefan.krumbiegel(at)galileo-press.de> |
2003-09-24 16:51:51 |
[ FULL ]
|
> I must admit I find this mechanism weird - but it's your application.[...]
It worked very well for a long time as long as we worked with one server :-)
[...]
Unfortunately we don't use BasicAuthentication but LoginManager ...
For now we will stop working with cookies. So we can use Pound with the
URL-Sessions. That will be a little bit less comfort for our users. But
everybody can use our functionality (which is not the case for cookies).
Thank you very much :-)
Stefan
[...]
***************************************************
Stefan Krumbiegel · Kommunikation Galileo Computing
Galileo Press GmbH · Gartenstraße 24 · 53229 Bonn
Tel. 0228.42150.35 · Fax 0228.42150.77
stefan.krumbiegel(at)galileo-press.de
Galileo Computing
- Fachbuecher zur Programmierung und Softwareentwicklung
http://www.galileocomputing.de/
***************************************************
|
|
|
|