Skip to content

Administrators

Privacy and GDPR

Sessions Pro processes personal data (client accounts, sessions, notes, emails). This guide summarizes rights and tools for site owners (coach / administrator).

Detailed legal snippet: docs/RGPD-SNIPPET-POLITIQUE.md (adapt with your legal identity).

Data involved

CategoryExamples
AccountName, first name, email, phone, password (WP hash)
SessionsDate, location, link, status, price, payment, notes, PDF
Coach notesPrivate text about the client (not visible to client)
EmailsSend logs (type, recipient, timestamp)
PaymentManual status in Free; Stripe processes cards in Premium (outside plugin DB)

Native WordPress tools

Sessions Pro registers compatible exporters and erasers:

Tools → Export Personal Data

Tools → Erase Personal Data

Standard WordPress workflow: email request, confirmation link, JSON/ZIP export or erasure.

Typical export content:

  • User profile (plugin meta)
  • Sessions linked to the client
  • Notes and phone

Erasure: anonymization / deletion of plugin meta and session dissociation (per Joolwebsp_Privacy_Handler implementation).

Responsibilities

ActorRole
Coach / site publisherData controller vis-à-vis their clients
HostInfrastructure processor
Stripe (Premium)Payment processor
SMTP / mailEmail delivery processor

Mention Sessions Pro in your privacy policy (see snippet).

Retention period

Recommendation: retain while the coach–client relationship is active. At the end:

  • Delete or anonymize the client account via WP tools
  • Historical sessions may be kept anonymized per your legal obligation

Data subject rights

Clients can request:

  • Access (export)
  • Rectification (client area profile or via coach)
  • Erasure (subject to legal obligations)
  • Objection / restriction — handled case by case

Channel: coach contact or site form.

Security

  • Native WordPress authentication
  • Capabilities and nonces on sensitive actions
  • No card storage in the plugin (Premium → Stripe)

See also

  • Client area
  • FAQ
  • Settings and options