Results 1 to 2 of 2

Thread: Is safe store other login's data in Zend_Auth session namespace?

  1. #1
    adrianonatal is offline Junior Member
    Join Date
    Feb 2010
    Posts
    1

    Default Is safe store other login's data in Zend_Auth session namespace?

    Hi!
    First of all, this forum is the best forum of Zend Framework I have found on the internet!

    I have a question about Zend_Auth's namespace in session. Is safe to store some logged user data in the Zend_Auth namespace (created automatically by autentication)?
    What do you recomends for storing other user data in session, to be available in a whole application? Can I use Zend_Auth namespace or its better to create another one?

    Thank you!

  2. #2
    gimecoffee is offline Junior Member
    Join Date
    Oct 2008
    Location
    Bend, Oregon
    Posts
    3

    Default

    I was wonder the same thing. I have a situation with 2 separate databases. One has the user personal information (among other things) and the other has a credentials table. I mainly just wanted the users first name in Zend_Auth since I was already using the Zend_Auth data in lots of other places and didn't want an extra session just for that. I think it's just fine as long as you aren't loading it with stuff that isn't used that often. Just my 1-1/2 cents worth.

    Anyone else care to weigh in an tell me I'm all wet?
    Rois

Similar Threads

  1. Zend Session and Namespace Issue
    By kallyone in forum General Q&A on Zend Framework
    Replies: 4
    Last Post: 02-27-2011, 01:10 PM
  2. cannot access default session namespace
    By Anarxi in forum Authentication & Authorization
    Replies: 1
    Last Post: 12-15-2009, 02:18 PM
  3. Zend_Auth custom namespace not working
    By rsn1576 in forum Authentication & Authorization
    Replies: 3
    Last Post: 12-14-2009, 12:10 PM
  4. Remember login using Zend_Auth
    By koku in forum Authentication & Authorization
    Replies: 2
    Last Post: 11-14-2008, 11:13 PM
  5. Custom Zend_Auth namespace
    By Bulletproof in forum Authentication & Authorization
    Replies: 0
    Last Post: 07-28-2008, 08:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •