Hi, thanks for quick reply. Here's my development.ini file. [DEFAULT] debug = true smtp_server = localhost error_email_from = pa...@localhost cache_enabled = False
[server:main] use = egg:Paste#http host = 127.0.0.1 port = 5000 [app:main] use = egg:strona full_stack = true static_files = true cookie_secret = 'stronabartergaz' cache_dir = %(here)s/data beaker.session.key = strona beaker.session.secret = somesecret beaker.session.cookie_expires = False beaker.session.timeout = 600 #beaker.cache.data_dir = %(here)s/data/cache #beaker.session.data_dir = %(here)s/data/sessions sqlalchemy.url = ... sqlalchemy.pool_recycle = 3600 sqlalchemy.echo = False [loggers] keys = root, routes, strona [handlers] keys = console [formatters] keys = generic [logger_root] level = INFO handlers = console [logger_routes] level = INFO handlers = qualname = routes.middleware [logger_strona] level = DEBUG handlers = qualname = strona [handler_console] class = StreamHandler args = (sys.stderr,) level = NOTSET formatter = generic [formatter_generic] format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] % (message)s datefmt = %H:%M:%S On 15 Paź, 13:31, Hollister <[email protected]> wrote: > Have you verified that the beaker cookie is being sent to the browser? > If you post your ini settings, that may help us diagnose the problem. > > -Hollister -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
