Saturday, June 28, 2025
30.9 C
Singapore

Man’s dying wife asks him if she can have sex with her ex-partner just one last time because her ex is the most satisfying lover

A man posted on Reddit about his dilemma on how he was “devastated” to learn that his wife of ten years has a “terminal disease” and will only live “at most 9 months”. To make matters worst, the wife also sat him down and coached him to understand that her last dying wish was to have sex with her ex-partner one last time.

“I don’t remember life without her, and I don’t know what I’m going to do when she’s gone. I have been doing my best to make the last days of her life good and grant whatever wish I can,” he said in the post. “Recently, she sat me down and told me that one of the last things she wanted to do was have sex with a previous partner of hers,” he added.

The post Dying wife of a man requests one last sexual encounter with her ex partner appeared first on The Independent News.

 

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });