[pLog-svn] r5941 - plog/trunk/class/view/admin

Jon Daley plogworld at jon.limedaley.com
Thu Sep 20 15:17:37 EDT 2007


 	Ah, I see.  As long as sites don't set 
session.use_only_cookies to 1, you should be okay.  (the default on debian 
php4 and 5 is 0)

On Thu, 20 Sep 2007, Oscar Renalias wrote:

> It is needed for the flash uploader, as it is unable to use session
> cookies from the browser and therefore the only solution is to append
> its name and session id manually to the URL where files will be
> uploaded.
>
> On 20 Sep 2007, at 22:10, Jon Daley wrote:
>
>>  	Why is that?
>>
>> On Thu, 20 Sep 2007, oscar at devel.lifetype.net wrote:
>>
>>> Author: oscar
>>> Date: 2007-09-20 15:09:42 -0400 (Thu, 20 Sep 2007)
>>> New Revision: 5941
>>>
>>> Modified:
>>>   plog/trunk/class/view/admin/adminview.class.php
>>> Log:
>>> Include the name of the session cookie in the template, as we need
>>> it from now on.
>>>
>>>
>>> Modified: plog/trunk/class/view/admin/adminview.class.php
>>> ===================================================================
>>> --- plog/trunk/class/view/admin/adminview.class.php	2007-09-20
>>> 18:18:27 UTC (rev 5940)
>>> +++ plog/trunk/class/view/admin/adminview.class.php	2007-09-20
>>> 19:09:42 UTC (rev 5941)
>>> @@ -115,6 +115,8 @@
>>> 			//$this->setValue( "menus", $menuRenderer->generateAt("Manage"));
>>>
>>> 			$this->setValue( 'menu', $menuRenderer );
>>> +
>>> +			$this->setValue( 'session', session_name());
>>>
>>> 			parent::render();
>>> 		}
>>>
>>> _______________________________________________
>>> pLog-svn mailing list
>>> pLog-svn at devel.lifetype.net
>>> http://limedaley.com/mailman/listinfo/plog-svn
>>>
>>
>> --
>> Jon Daley
>> http://jon.limedaley.com/
>>
>> When God asks you to do something, do you do it:
>> quickly, quietly, cheerfully, completely?
>> -- Greg Gill
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://limedaley.com/mailman/listinfo/plog-svn
>>
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

You might think these are thin pieces of foil,
but actually they are big, honkin' wires.
-- Professor Schmitt


More information about the pLog-svn mailing list