Search found 2 matches
- Wed Nov 04, 2020 4:11 am
- Forum: PHP coding => General
- Topic: Session sets in iframe(child) how to get the session in parent widnow?
- Replies: 0
- Views: 503
Session sets in iframe(child) how to get the session in parent widnow?
I am having an empty page with an iFrame and inside index.php. When users press log in button it start session with the following code and load catalogue.php. My html of iframe page: <!DOCTYPE html> <html> <head> <style> html, body, iframe { height: 100%; } html { overflow: hidden; } body { margin: ...
- Tue Nov 03, 2020 10:17 am
- Forum: PHP General
- Topic: Session sets in iframe(child) how to get the session in parent widnow?
- Replies: 0
- Views: 488
Session sets in iframe(child) how to get the session in parent widnow?
I am having an empty page with an iFrame and inside index.php. When users press log in button it start session with the following code and load catalogue.php. My html of iframe page: <!DOCTYPE html> <html> <head> <style> html, body, iframe { height: 100%; } html { overflow: hidden; } body { margin: ...