phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] Transactions with third-party


From: Miles Lott
Subject: Re: [Phpgroupware-developers] Transactions with third-party
Date: Tue, 07 May 2002 18:13:44 -0500

If you are not using cookies, then the sessionid is always passed
as a GET var with the URL.  BTW, you may as well use
$GLOBALS['phpgw']->link()
instead of the session one.  THis is normal everywhere else...
As for the config value, I am pretty sure this is working for perhaps
a year now...

Jim wrote:
> 
> Chris:
> 
> RE: I use db and no cookies. You may have to logoff after changes this
> setting before it will take.
> 
> This seems to work. But I noticed something strange.
> 
> In the table phpgw_config, field config_name, if the usecookies value exists
> at all it will not work. In other words it is not enough that the value is
> set to False. The field 'usecookies' cannot exist - period - in order for
> this to work. Logic would dictate that being set to false would be enough.
> 
> Do you know of ripple effects that this will have on the rest of the site
> that I should be aware of?
> 
> The site is an e-commerce one that uses cookies in the classic shopping cart
> paradigm.
> 
> One last thing, if I can stretch my welcome time with you:
> 
> Is there a function in phpGW that the developer can invoke in order to get
> the user's sessionID on the fly? If I cannot rely on the use of cookies for
> the sessionID, then I will need to have a means of getting it somehow. I
> have no doubt that a function call exists...I just don't know what its name
> is.
> 
> -- Thanks much!
> 
> Jim
> 
> ----- Original Message -----
> From: "Chris Weiss" <address@hidden>
> To: <address@hidden>
> Sent: Tuesday, May 07, 2002 8:28 AM
> Subject: Re: [Phpgroupware-developers] Transactions with third-party
> 
> > >Switching between db and php4 for sessions_type appears to have no
> affect.
> > >
> > >I have tried this with and without cookies being used for sessionid.
> > I use db and no cookies.  You may have to logoff after changes this
> setting before
> > it will take.
> >
> >
> > _______________________________________________
> > Phpgroupware-developers mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> >
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers

-- 

Miles Lott - phpGroupWare
http://www.phpgroupware.org



reply via email to

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