Opened 15 years ago

Closed 15 years ago

#929 closed defect (fixed)

Installer: Should be setting php's session.save_path

Reported by: jbirch Owned by: jng
Priority: medium Milestone: 2.1
Component: Installer Version: 2.1.0
Severity: minor Keywords:
Cc: External ID:

Description

Fusion and I believe the MapAdmin use PHP sessions, and if this parameter is not set in php.ini user can face inexplicable errors (because PHP errors are not displayed).

The current method of grabbing the TEMP env var returns the current user's profile TEMP directory, which is undesirable.

I believe that the best workaround for this would be to create a Temp directory at the same level as www, php, apache2, etc. This could also be used for the TempDir seting in webconfig.ini.

Change History (4)

comment:1 by jbirch, 15 years ago

See also #864

comment:2 by jng, 15 years ago

Owner: set to jng

comment:3 by jng, 15 years ago

Status: newassigned

comment:4 by jng, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r3763

Note: See TracTickets for help on using tickets.