Srikant Mantha

Greenhorn
+ Follow
since Mar 30, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Srikant Mantha

Planning to write SCJP 1.5 by next month. Is there anyone who can sell the voucher on discount from Bangalore.
Please contact me on

+91-9986510783 or mail me @ srikant.mvs@gmail.com

-Thnx
Srikant
I have a validation servlet that sets a variable named "username" using setAttribute() in a Session. This servlet redirects the page to a html file, which is in frames. The 1st section of the frame is a php file. I want to retrieve this variable in my PHP code. The regular way to access the php session variable is like this
echo "UserName=". $_SESSION['username'];.
This result is returning null.
How do I solve this problem ?
15 years ago