[symfony-users] Re: about session handling

2009-08-15 Thread rooster (Russ)
> Can i use some thing like $_SESSION['name']="asim"; > > in symfony That's pretty much exactly what this explains: http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_sub_session_management --~--~-~--~~~---~--~~ You received this me

[symfony-users] Re: about session handling

2009-08-15 Thread asim nizam
Can i use some thing like $_SESSION['name']="asim"; in symfony On Sat, Aug 15, 2009 at 7:06 PM, DEEPAK BHATIA wrote: > > Hi, > > Below is taken from Symfony Chapter 6 > > > http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session > ==

[symfony-users] Re: about session handling

2009-08-15 Thread DEEPAK BHATIA
Hi, Below is taken from Symfony Chapter 6 http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session === User Session Symfony automatically manages user sessions and is able to keep persistent data between requests for users. It u

[symfony-users] Re: about session handling

2009-08-14 Thread sunny
Can any body give the right technique how to use session handling --~--~-~--~~~---~--~~ 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 unsubscr

[symfony-users] Re: about session handling

2009-08-12 Thread Eno
On Wed, 12 Aug 2009, asim nizam wrote: > thank you very much!! Amazing what you can find in the documentation. -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group,

[symfony-users] Re: about session handling

2009-08-12 Thread asim nizam
thank you very much!! On Wed, Aug 12, 2009 at 9:36 PM, Tom Haskins-Vaughan < t...@templestreetmedia.com> wrote: > > > http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session > > sunny wrote: > > how to creat sessions like $_SESSION['name']="asdasd"; > > > >

[symfony-users] Re: about session handling

2009-08-12 Thread Tom Haskins-Vaughan
http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session sunny wrote: > how to creat sessions like $_SESSION['name']="asdasd"; > > in symfony. > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to