Hi um having a problem of create a cookie [not secured] by using tipfy . The tipfy class
class SessionStore(object):
#: A dictionary with the default supported backends.
default_backends = {
'securecookie': SecureCookieSession,
}
implements the securecookie and i cannot use this implementation for creating a cookie to work in http handlers. Can any one give me a solution for this? Thank you in advance