problem with wamp on (power user)
Posted by: saman.khademi (46.209.5.---)
Date: April 18, 2013 09:56AM

hi dear all
I have a big problem with WAMP
i cant run wamp in power user (service not run)
for this problem i create a schedule task in admin that when system start up wamp run on administrator user
so this work correctly
But i have a big problem !!!! session not work
i wrote a login page when authentication is ok that create session but when page post back session lost!!!
but in admin user session work correctly!!!!
default wamp save session path is wamp/tmp .i set permission full but
and i change default to c:\windows\tmp and set full permission but!!!!!!
;((((((((((
__________________________
PLEASE HELP

Options: ReplyQuote
Re: problem with wamp on (power user)
Posted by: RiggsFolly (---.as13285.net)
Date: April 18, 2013 10:24AM

If you want Apache and MySQL to start on boot, you just need to change the setting for the service from manual to automatic.

services are called 'wampapache' and 'wampmysql'

Power user's should known that.

Options: ReplyQuote
Re: problem with wamp on (power user)
Posted by: saman.khademi (46.209.5.---)
Date: April 18, 2013 10:39AM

thank you and do you have any idea for session problem on power user on network domain??

Options: ReplyQuote
Re: problem with wamp on (power user)
Posted by: RiggsFolly (---.as13285.net)
Date: April 18, 2013 11:22AM

Apache/MySQL should be started with the account they are setup to run with, which is an adminstrator account.

RE: Session.

Have you got a session_start() in all your pages. You have to, to maintain the session across all your pages

Options: ReplyQuote
Re: problem with wamp on (power user)
Posted by: saman.khademi (46.209.5.---)
Date: April 18, 2013 11:29AM

Dear RiggsFolly
this code work when i login with administrator or admin users!
this is only for limited user and this problem no only for WAMP i check other application like easyPhp,xammp and run php mysql on IIS7 but session not work
my code no have any problem because this code work correctly in admin users

Options: ReplyQuote
Re: problem with wamp on (power user)
Posted by: RiggsFolly (---.as13285.net)
Date: April 18, 2013 11:46AM

There you have it.

Run wamp and all its service as they are supposed to be run.

Its very compilcated to try and launch these under any other user that administrator.

I have tried this many times on a Windows Client PC and always come across something that wont work.
This is one of the reasons WAMP is sepcified as a development server and NOT a live server.

You would need to be running on a windows server version to get ther fine grained control you would need to launch them as any other limited access user.

Options: ReplyQuote


Sorry, only registered users may post in this forum.