[symfony-users] Re: can anyone help to tell me how to change session time?

2009-02-19 Thread shahin

thanks for your remindar Nexor
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: can anyone help to tell me how to change session time?

2009-02-18 Thread Nexor

Hi,

Keep in mind that timeout needs to be changed in factories.yml in
Symfony 1.1 or 1.2 (as opposed to settings.yml in 1.0).
If you set 30 minutes in php.ini and 60 minutes in factories.yml, 60
minutes will be used in your application.

Tomek

On Mon, Feb 16, 2009 at 1:21 PM, Frank He  wrote:
> But if in php.ini, the session timeout is 30 minutes, but in config, I set
> the session_timeout to be 60 minutes, will the actual time out to be 30 or
> 60 minutes?
>
> On Mon, Feb 16, 2009 at 7:53 AM, shahin  wrote:
>>
>> read
>> http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Layer
>> it will tell you completelly about session changing.
>>
>> On Feb 16, 11:21 am, Lupu Alexandru-Emil  wrote:
>> > ini_set()
>> > also check your settings.yml s into your apps/appname/config/
>> > directories
>> >
>> > On Mon, Feb 16, 2009 at 6:08 AM, xhe  wrote:
>> >
>> > > Without using php.ini session time out, how can we change this value
>> > > through symfony? How can we set the session timeout value longer? Are
>> > > there any restriction for this configuration? I think no matter how
>> > > long we set it, it will alwasy be shorter than that required in
>> > > php.ini, is that right?
>>
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: can anyone help to tell me how to change session time?

2009-02-16 Thread Frank He
But if in php.ini, the session timeout is 30 minutes, but in config, I set
the session_timeout to be 60 minutes, will the actual time out to be 30 or
60 minutes?

On Mon, Feb 16, 2009 at 7:53 AM, shahin  wrote:

>
> read
> http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Layer
> it will tell you completelly about session changing.
>
> On Feb 16, 11:21 am, Lupu Alexandru-Emil  wrote:
> > ini_set()
> > also check your settings.yml s into your apps/appname/config/
> directories
> >
> > On Mon, Feb 16, 2009 at 6:08 AM, xhe  wrote:
> >
> > > Without using php.ini session time out, how can we change this value
> > > through symfony? How can we set the session timeout value longer? Are
> > > there any restriction for this configuration? I think no matter how
> > > long we set it, it will alwasy be shorter than that required in
> > > php.ini, is that right?
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: can anyone help to tell me how to change session time?

2009-02-16 Thread shahin

read
http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Layer
it will tell you completelly about session changing.

On Feb 16, 11:21 am, Lupu Alexandru-Emil  wrote:
> ini_set()
> also check your settings.yml s into your apps/appname/config/   directories
>
> On Mon, Feb 16, 2009 at 6:08 AM, xhe  wrote:
>
> > Without using php.ini session time out, how can we change this value
> > through symfony? How can we set the session timeout value longer? Are
> > there any restriction for this configuration? I think no matter how
> > long we set it, it will alwasy be shorter than that required in
> > php.ini, is that right?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: can anyone help to tell me how to change session time?

2009-02-16 Thread Lupu Alexandru-Emil
ini_set()
also check your settings.yml s into your apps/appname/config/   directories


On Mon, Feb 16, 2009 at 6:08 AM, xhe  wrote:

>
> Without using php.ini session time out, how can we change this value
> through symfony? How can we set the session timeout value longer? Are
> there any restriction for this configuration? I think no matter how
> long we set it, it will alwasy be shorter than that required in
> php.ini, is that right?
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---