Search found 3 matches

by ashosheh
Wed Jan 18, 2006 10:14 am
Forum: PHP - Security
Topic: session key problem
Replies: 1
Views: 2026

session key problem

hi all.. thanx for everyone who replied to my last post. i use SSL for my web site transactions, i'm worried that if there is on the network a hacker with a sniffer program to capture packets sent from and to my clients. the packet and the session key are encrypted and i guarantee that he cannot rea...
by ashosheh
Tue Jan 17, 2006 6:10 am
Forum: PHP - Security
Topic: prevent users from starting more than one session
Replies: 4
Views: 2803

prevent users from starting more than one session

hi all.
how can i prevent users from being logged in more than one time without being logged out (i.e start multisessions with the server )

note : i use PHP 4 with apache 1.3

thanx in advance
by ashosheh
Sun Jan 01, 2006 9:21 am
Forum: PHP - Security
Topic: Avoid Typing Passwords In my Scripts
Replies: 2
Views: 1977

Avoid Typing Passwords In my Scripts

hi all .... I connect to oracle database from my script, but i don't want to write the database username & password explicitly in the script (eg. ora_connect($username,$password)) what i'm thinking of is to make the database administrator set the username and the password and put them in the mem...