2010年6月17日星期四

Re: [fw-auth] Re: problem with session

No, the resource does not actually start the session. Once you use one of the Zend_Session components, the session will automatically start.  Or you can manually call Zend_Session::start() after the resource has configured it.

I suggest reading through this page if you haven't done so already:

http://framework.zend.com/manual/en/zend.session.advanced_usage.html

--
Hector


On Thu, Jun 17, 2010 at 3:13 PM, greg606 <greg606@gmail.com> wrote:

Is the code:
resources.session.remember_me_seconds = 864000
resources.session.name = "virgentech"
resources.session.save_path = APPLICATION_PATH "/../data/session"
supposed to initialize the session?
In my case it does nothing, neither initialize session nor change the
session name is session is initialized in bootstrap.
--
View this message in context: http://zend-framework-community.634137.n4.nabble.com/problem-with-session-tp2251761p2259533.html
Sent from the Zend Auth mailing list archive at Nabble.com.


没有评论: