Hi, can anyone tell me that how to manage sessions in wordpress and is there any plugin available for session management ?
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.