Only allow php valid session access (user/login)
  • Hi everyone.

    I'm trying to only allow valid php sessions to be able to view my minishowcase galleries.

    I've used php sessions once before and got it working but I have no idea how to modify the minishowcase pages to do this?


    Please help,this would be a cool feature to have!

    In essence some galleries you can make private for family/friends while keeping others public!

    Thanks!
  • Most navigation happens through AJAX, so I don't know if you can actually do it. You can add passwords to galleries and after entering the password, can initiate the php session with a local call.

    Can't help you more than that, good luck!