[Grok-dev] help regarding session in grok web application

Sebastian Ware sebastian at urbantalk.se
Thu Apr 21 04:11:53 EDT 2011


The session is automatically created. The session adapter will get it for you. In the update method of a view, try:

  from zope.session.interfaces import ISession
  sessionContainer = ISession(self.request)
  
You can check the package zope.session if you need more specific information.

Mvh Sebastian


21 apr 2011 kl. 08.58 skrev Mugdha Nimkar:

> I want create session in my web application please tell me that wat is the provision for session in grok.
> 
> -- 
> Regards
> 
> Mugdha Nimkar
> 
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> https://mail.zope.org/mailman/listinfo/grok-dev



More information about the Grok-dev mailing list