How to manage sessions in wordpress?

Discussion in 'WordPress' started by sushil koli, Dec 4, 2010.

  1. #1
    Hi, can anyone tell me that how to manage sessions in wordpress and is there any plugin available for session management ?
     
    sushil koli, Dec 4, 2010 IP
  2. thedark

    thedark Well-Known Member

    Messages:
    1,346
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    168
    Digital Goods:
    1
    #2
    What do you mean by managing sessions ? In wordpress the session is opened on start and you can use $_SESSION variables inside your template fiels. just set a variable $_SESSION['var'] = 'test'; and use it elsewhere.
     
    thedark, Dec 4, 2010 IP