Search Unity

Unity 3d Php session

Discussion in 'Multiplayer' started by WANTED1021, Feb 20, 2015.

  1. WANTED1021

    WANTED1021

    Joined:
    Apr 17, 2013
    Posts:
    1
    How to use php session start in unity please help.
     
  2. Brent_Farris

    Brent_Farris

    Joined:
    Jul 13, 2012
    Posts:
    881
    You are wanting to use session variables in Unity?

    In PHP when you do a session_start() this is a method that initializes the session for the php page. Session variables are all client side though and not server side. You can't use PlayerPrefs or possibly a database connection to have transient data?