Hi,
How to pare the session id into URL for logged in members?
i have a news page only available for the member group and once a user logged in, he got to see all news, and once click on any of them, he should be bale to view the details of the new he select,
i am using the permalink.. but it will parse the URL without the session id of this member and that will direct him immediately to a login page… although he is already logged in!
path works fine…. but i need to use permalink…
can you please help me