|
Go4Expert Member
|
|
| 1Dec2006,14:54 | #21 |
|
can you write an eg. and send the file to me with zip?
|
|
Go4Expert Member
|
|
| 1Dec2006,15:17 | #22 |
|
i just want a simple example. With the username and age in the text file and the codes that you have to include in the php page, thanks so much.
|
|
Go4Expert Member
|
|
| 2Dec2006,22:36 | #23 |
|
spiderman, you not there...? HELP ASAP
|
|
Team Leader
|
![]() |
| 3Dec2006,01:08 | #24 |
|
Try this out, hope you got the point!
Code: PHP
Sample text file: Code:
pradeep#g4e#Kolkata shabbir#G4E#Kolkata manindar#ABC#Mumbai |
|
Go4Expert Member
|
|
| 3Dec2006,01:54 | #25 |
|
hey, thanks a lot. it finally worked
|
|
Go4Expert Member
|
|
| 3Dec2006,21:37 | #26 |
|
hi, again.
As i got this to work, things got more complicated, here PHP Code:
|
|
Team Leader
|
![]() |
| 4Dec2006,10:14 | #27 |
|
Code: PHP
|
|
Go4Expert Member
|
|
| 4Dec2006,14:50 | #28 |
|
oh, so you dont separte the data?
|
|
Go4Expert Member
|
|
| 4Dec2006,15:01 | #29 |
|
Can you give me another example please?
I cant get it to work ps. please do include the txt file as well, a big "pre"thanks! |
|
Newbie Member
|
|
| 5Dec2006,12:51 | #30 |
|
Good script, got a question though, if we have multiple servers with various configurations in load balancing, and we try to maintain a session, that session will be lost when either round robin on next connection is in effect, so sessions is not an option due to persistence issues, and we don't want to enable persistence through the firewall, as it is not under our control. so we would need to rely on the cookie credentials for every page call to validate the user log in!
also, due to distributed database architecture, we can not maintain credentials in the database either. So we would need to take the cookie credentials and validate on every page. and pass other data via http header. What is the modification to this script if sessions are not available, but still maintain security? |

