Visualizzazione dei risultati da 1 a 5 su 5
  1. #1

    schermata biancha con sessioni

    su un server apache/win come mai appare la schermata bianca se uso le sessioni son solo session_start() mentre tutto è ok se metto come path per salvarle una cartella specificata con session_save_path('') ?

    cosa devo modificare nella config per non doverlo usare?

  2. #2
    ma nel browser i cookie sono attivati?

  3. #3
    si si, ma questa schermata me la fa dopo che ho reinstallato php. si vede che non trova la cartella dove di solito salva le sessioni allora devo per forza usare il session_save_path...

    dov'è che devo pistolare nella config?


    edit: ho trovato questo: c'entra?
    ; Argument passed to save_handler. In the case of files, this is the path
    ; where data files are stored. Note: Windows users have to change this
    ; variable in order to use PHP's session functions.
    ; As of PHP 4.0.1, you can define the path as:
    ; session.save_path = "N;/path"
    ; where N is an integer. Instead of storing all the session files in
    ; /path, what this will do is use subdirectories N-levels deep, and
    ; store the session data in those directories. This is useful if you
    ; or your OS have problems with lots of files in one directory, and is
    ; a more efficient layout for servers that handle lots of sessions.
    ; NOTE 1: PHP will not create this directory structure automatically.
    ; You can use the script in the ext/session dir for that purpose.
    ; NOTE 2: See the section on garbage collection below if you choose to
    ; use subdirectories for session storage
    session.save_path = /tmp

  4. #4
    prova vedere questo link se può esserti utile alla sezione sessioni :
    http://openskills.info/infobox.php?ID=229

  5. #5
    No. nulla che non sapessi già.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.