Help with Script or coding on page

2 replies
Hello Fellow Warriors,

Does anyone know how to set the path with php to a specific folder like this one:

session.save_path to '/home/content/72/9503472/html/killer-secrets/sessions'

I mean to set it to that folder /session, right now it is set to 'no value'
Please help me and let me know.
#coding #page #script
  • Profile picture of the author phpg
    $_SESSION['save_path'] = '/home/content/72/9503472/html/killer-secrets/sessions';

    session_start() also should called somewhere before that.
    {{ DiscussionBoard.errors[9022233].message }}
  • Profile picture of the author Aleksenator
    Some hosting providers, lock this options. You need read hosting specification.
    {{ DiscussionBoard.errors[9065055].message }}

Trending Topics